Skip to content

Commit

Permalink
Release 0.3 - update license files
Browse files Browse the repository at this point in the history
  • Loading branch information
ppomes committed Nov 11, 2021
1 parent 01bed21 commit f058e20
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
7 changes: 5 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Simplified BSD License
======================
Modified BSD License
====================

_Copyright © `2021`, Pierre POMES <[email protected]>_

Expand All @@ -17,6 +17,9 @@ modification, are permitted provided that the following conditions are met:
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software


THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([myanon], [0.2], [[email protected]])
AC_INIT([myanon], [0.3], [[email protected]])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_SRCDIR([config.h.in])
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
myanon (0.3) bionic; urgency=low

* Add support for fixed null values
* Add debian/copyright file
* Update LICENSE.md

-- Pierre POMES <[email protected]> Thu, 11 Nov 2021 18:22:15 -0500

myanon (0.2) bionic; urgency=low

* Add support for FULLTEXT keys in table statements
Expand Down

0 comments on commit f058e20

Please sign in to comment.