Skip to content

Commit 5bc8769

Browse files
committed
added github ci
1 parent 149d7e3 commit 5bc8769

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![License](https://img.shields.io/badge/License-BSD%202--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause)
2+
[![Github Actions Ci](https://github.com/deftio/companders/actions/workflows/ci.yml/badge.svg)](https://github.com/deftio/companders/actions/workflows/ci.yml/badge.svg)
23

34
# [Companders (a fixed point audio compression library)](https://deftio.github.io/companders/)
45

companders.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/**
22
* @companders.c - implementation
33
*
4-
* @copy copyright (c) <2001-2016> <M. A. Chatterjee>
4+
* @copy copyright (c) <2001-2024> <M. A. Chatterjee>
55
* @author M A Chatterjee <deftio [at] deftio [dot] com>
6-
* @version 1.02 M. A. Chatterjee, cleaned up naming, license
6+
* @version 1.05 M. A. Chatterjee, cleaned up naming, license
77
*
88
99
LICENSE:
1010
11-
Copyright (c) 2001-2016, M. A. Chatterjee < deftio at deftio dot com >
11+
Copyright (c) 2001-2024, M. A. Chatterjee < deftio at deftio dot com >
1212
All rights reserved.
1313
1414
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)