Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libconfig
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
libconfig
Commits
cea2aee8
Commit
cea2aee8
authored
May 26, 2014
by
Mark Lindner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjusted copyright dates
parent
b629a076
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
17 additions
and
17 deletions
+17
-17
lib/grammar.y
lib/grammar.y
+1
-1
lib/libconfig.c
lib/libconfig.c
+1
-1
lib/libconfig.h
lib/libconfig.h
+1
-1
lib/libconfig.h++
lib/libconfig.h++
+1
-1
lib/libconfig.hh
lib/libconfig.hh
+1
-1
lib/libconfigcpp.c++
lib/libconfigcpp.c++
+1
-1
lib/libconfigcpp.cc
lib/libconfigcpp.cc
+1
-1
lib/parsectx.h
lib/parsectx.h
+1
-1
lib/scanctx.c
lib/scanctx.c
+1
-1
lib/scanctx.h
lib/scanctx.h
+1
-1
lib/scanner.c
lib/scanner.c
+1
-1
lib/scanner.l
lib/scanner.l
+1
-1
lib/strbuf.c
lib/strbuf.c
+1
-1
lib/strbuf.h
lib/strbuf.h
+1
-1
lib/wincompat.h
lib/wincompat.h
+1
-1
tinytest/tinytest.c
tinytest/tinytest.c
+1
-1
tinytest/tinytest.h
tinytest/tinytest.h
+1
-1
No files found.
lib/grammar.y
View file @
cea2aee8
/* -*- mode: C -*- */
/* ----------------------------------------------------------------------------
libconfig - A library for processing structured configuration files
Copyright (C) 2005-201
0
Mark A Lindner
Copyright (C) 2005-201
4
Mark A Lindner
This file is part of libconfig.
...
...
lib/libconfig.c
View file @
cea2aee8
/* ----------------------------------------------------------------------------
libconfig - A library for processing structured configuration files
Copyright (C) 2005-201
0
Mark A Lindner
Copyright (C) 2005-201
4
Mark A Lindner
This file is part of libconfig.
...
...
lib/libconfig.h
View file @
cea2aee8
/* ----------------------------------------------------------------------------
libconfig - A library for processing structured configuration files
Copyright (C) 2005-201
0
Mark A Lindner
Copyright (C) 2005-201
4
Mark A Lindner
This file is part of libconfig.
...
...
lib/libconfig.h++
View file @
cea2aee8
/* ----------------------------------------------------------------------------
libconfig - A library for processing structured configuration files
Copyright (C) 2005-201
0
Mark A Lindner
Copyright (C) 2005-201
4
Mark A Lindner
This file is part of libconfig.
...
...
lib/libconfig.hh
View file @
cea2aee8
/* ----------------------------------------------------------------------------
libconfig - A structured configuration file parsing library
Copyright (C) 2005-201
0
Mark A Lindner
Copyright (C) 2005-201
4
Mark A Lindner
This file is part of libconfig.
...
...
lib/libconfigcpp.c++
View file @
cea2aee8
/* ----------------------------------------------------------------------------
libconfig - A library for processing structured configuration files
Copyright (C) 2005-201
0
Mark A Lindner
Copyright (C) 2005-201
4
Mark A Lindner
This file is part of libconfig.
...
...
lib/libconfigcpp.cc
View file @
cea2aee8
/* ----------------------------------------------------------------------------
libconfig - A structured configuration file parsing library
Copyright (C) 2005-201
0
Mark A Lindner
Copyright (C) 2005-201
4
Mark A Lindner
This file is part of libconfig.
...
...
lib/parsectx.h
View file @
cea2aee8
/* ----------------------------------------------------------------------------
libconfig - A library for processing structured configuration files
Copyright (C) 2005-201
0
Mark A Lindner
Copyright (C) 2005-201
4
Mark A Lindner
This file is part of libconfig.
...
...
lib/scanctx.c
View file @
cea2aee8
/* ----------------------------------------------------------------------------
libconfig - A library for processing structured configuration files
Copyright (C) 2005-201
0
Mark A Lindner
Copyright (C) 2005-201
4
Mark A Lindner
This file is part of libconfig.
...
...
lib/scanctx.h
View file @
cea2aee8
/* ----------------------------------------------------------------------------
libconfig - A library for processing structured configuration files
Copyright (C) 2005-201
0
Mark A Lindner
Copyright (C) 2005-201
4
Mark A Lindner
This file is part of libconfig.
...
...
lib/scanner.c
View file @
cea2aee8
...
...
@@ -550,7 +550,7 @@ static yyconst flex_int32_t yy_rule_can_match_eol[43] =
/* -*- mode: C -*- */
/* --------------------------------------------------------------------------
libconfig - A library for processing structured configuration files
Copyright (C) 2005-201
0
Mark A Lindner
Copyright (C) 2005-201
4
Mark A Lindner
This file is part of libconfig.
...
...
lib/scanner.l
View file @
cea2aee8
/* -*- mode: C -*- */
/* --------------------------------------------------------------------------
libconfig - A library for processing structured configuration files
Copyright (C) 2005-201
0
Mark A Lindner
Copyright (C) 2005-201
4
Mark A Lindner
This file is part of libconfig.
...
...
lib/strbuf.c
View file @
cea2aee8
/* ----------------------------------------------------------------------------
libconfig - A library for processing structured configuration files
Copyright (C) 2005-201
0
Mark A Lindner
Copyright (C) 2005-201
4
Mark A Lindner
This file is part of libconfig.
...
...
lib/strbuf.h
View file @
cea2aee8
/* ----------------------------------------------------------------------------
libconfig - A library for processing structured configuration files
Copyright (C) 2005-201
0
Mark A Lindner
Copyright (C) 2005-201
4
Mark A Lindner
This file is part of libconfig.
...
...
lib/wincompat.h
View file @
cea2aee8
/* ----------------------------------------------------------------------------
libconfig - A library for processing structured configuration files
Copyright (C) 2005-201
0
Mark A Lindner
Copyright (C) 2005-201
4
Mark A Lindner
This file is part of libconfig.
...
...
tinytest/tinytest.c
View file @
cea2aee8
/* ----------------------------------------------------------------------------
tinytest - A tiny C unit-testing library
Copyright (C) 2010 Mark A Lindner
Copyright (C) 2010
-2014
Mark A Lindner
This file is part of tinytest.
...
...
tinytest/tinytest.h
View file @
cea2aee8
/* ----------------------------------------------------------------------------
tinytest - A tiny C unit-testing library
Copyright (C) 2010 Mark A Lindner
Copyright (C) 2010
-2014
Mark A Lindner
This file is part of tinytest.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment