Skip to content

Commit 00b0f8a

Browse files
authored
Merge pull request #19 from metaindu/prep-release
Prep release
2 parents 6909042 + d9ea3a1 commit 00b0f8a

File tree

131 files changed

+145
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+145
-142
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# MetaphysicsIndustries.Giza - A Parsing System
3-
# Copyright (C) 2008-2021 Metaphysics Industries, Inc.
3+
# Copyright (C) 2008-2022 Metaphysics Industries, Inc.
44
#
55
# This library is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU Lesser General Public

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# MetaphysicsIndustries.Giza - A Parsing System
3-
# Copyright (C) 2008-2021 Metaphysics Industries, Inc.
3+
# Copyright (C) 2008-2022 Metaphysics Industries, Inc.
44
#
55
# This library is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU Lesser General Public

AssemblyInfo.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// MetaphysicsIndustries.Giza - A Parsing System
3-
// Copyright (C) 2008-2021 Metaphysics Industries, Inc.
3+
// Copyright (C) 2008-2022 Metaphysics Industries, Inc.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public
@@ -29,7 +29,8 @@
2929
[assembly: AssemblyConfiguration("")]
3030
[assembly: AssemblyCompany("Metaphysics Industries, Inc.")]
3131
[assembly: AssemblyProduct("MetaphysicsIndustries.Giza")]
32-
[assembly: AssemblyCopyright("Copyright © Metaphysics Industries, Inc. 2008-2021")]
32+
[assembly: AssemblyCopyright(
33+
"Copyright © Metaphysics Industries, Inc. 2008-2022")]
3334
[assembly: AssemblyTrademark("")]
3435
[assembly: AssemblyCulture("")]
3536

@@ -50,5 +51,5 @@
5051
//
5152
// You can specify all the values or you can default the Revision and Build Numbers
5253
// by using the '*' as shown below:
53-
[assembly: AssemblyVersion("0.3")]
54-
[assembly: AssemblyFileVersion("0.3.0.0")]
54+
[assembly: AssemblyVersion("0.4")]
55+
[assembly: AssemblyFileVersion("0.4.0.0")]

BinarySpanner example grammar.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// MetaphysicsIndustries.Giza - A Parsing System
3-
// Copyright (C) 2008-2021 Metaphysics Industries, Inc.
3+
// Copyright (C) 2008-2022 Metaphysics Industries, Inc.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

BinarySpanner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// MetaphysicsIndustries.Giza - A Parsing System
3-
// Copyright (C) 2008-2021 Metaphysics Industries, Inc.
3+
// Copyright (C) 2008-2022 Metaphysics Industries, Inc.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

BinarySpannerGrammar.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// MetaphysicsIndustries.Giza - A Parsing System
3-
// Copyright (C) 2008-2021 Metaphysics Industries, Inc.
3+
// Copyright (C) 2008-2022 Metaphysics Industries, Inc.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

BranchTipsByIndexCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// MetaphysicsIndustries.Giza - A Parsing System
3-
// Copyright (C) 2008-2021 Metaphysics Industries, Inc.
3+
// Copyright (C) 2008-2022 Metaphysics Industries, Inc.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

CharClass.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// MetaphysicsIndustries.Giza - A Parsing System
3-
// Copyright (C) 2008-2021 Metaphysics Industries, Inc.
3+
// Copyright (C) 2008-2022 Metaphysics Industries, Inc.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

CharClassSubExpression.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// MetaphysicsIndustries.Giza - A Parsing System
3-
// Copyright (C) 2008-2021 Metaphysics Industries, Inc.
3+
// Copyright (C) 2008-2022 Metaphysics Industries, Inc.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

CharNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// MetaphysicsIndustries.Giza - A Parsing System
3-
// Copyright (C) 2008-2021 Metaphysics Industries, Inc.
3+
// Copyright (C) 2008-2022 Metaphysics Industries, Inc.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)